Expand using the -D option with PKZIP or if using winzip 
use the "use folder names" option to put files in the 
proper directories.

-------------------------------------------------------------------

The demos use Delphi 3 and Oracle 7.3.  The queries are all very 
basic so you could easily modify them to work with your server
and your data.

-------------------------------------------------------------------

PREPARE -- this shows a basic skeleton as to how you might use 
tquery.prepare methods on your queries.

-------------------------------------------------------------------

TABVQRY -- this exmple used in conjunction with SQLMonitor shows some 
of the important differences between how ttabels and tqueries work
behind the scenes.

-------------------------------------------------------------------

READONLY -- this example shows how you can use cached updates to
modify read only result sets.

-------------------------------------------------------------------

DBWIN -- this is a utility that provides SQLMonitor like capabilities 
to Delphi 1.0 users.  See the General issues in C/S paper for more info
about this.

-------------------------------------------------------------------

QUERYFETCH_COMPONENT -- this is a component I use to help alieviate
some problems associated with letting users navigate around large 
result sets.  It is fully documented in the General Issues in C/S 
paper.

-------------------------------------------------------------------

QUERYFETCH_TEST -- this is a simple project to test using the above
component.

-------------------------------------------------------------------

<EOF>